projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b5400
)
axs101: fix dw gmac instantiation for updated dw gmac driver
author
Alexey Brodkin
<
[email protected]
>
Sat, 8 Feb 2014 06:24:35 +0000
(10:24 +0400)
committer
Tom Rini
<
[email protected]
>
Fri, 21 Feb 2014 12:54:05 +0000
(07:54 -0500)
With accepted change to DW GMAC driver -
92a190aaab3536d695c51e0739f925910eb49889
(net/designware - switch driver
to phylib usage) we need to update this board because
"designware_initialize" now accepts only 2 parameters instead of 4.
Cc: Vineet Gupta <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
Signed-off-by: Alexey Brodkin <
[email protected]
>
board/synopsys/axs101/axs101.c
patch
|
blob
|
history
diff --git
a/board/synopsys/axs101/axs101.c
b/board/synopsys/axs101/axs101.c
index 4dbeaea16158edc48eb50030166b6418fc43ef42..d1271ffccad2671467ff9e35a9afeed296349fb3 100644
(file)
--- a/
board/synopsys/axs101/axs101.c
+++ b/
board/synopsys/axs101/axs101.c
@@
-36,7
+36,7
@@
int board_mmc_init(bd_t *bis)
int board_eth_init(bd_t *bis)
{
- if (designware_initialize(
0, ARC_DWGMAC_BASE, 0
,
+ if (designware_initialize(
ARC_DWGMAC_BASE
,
PHY_INTERFACE_MODE_RGMII) >= 0)
return 1;